Skip to main content

Get Certificates Status

GET 

https://public.api.mentaport.xyz/prod/v1/certificates/status

Get Certificates Status

Request

Query Parameters

    projectId stringrequired
    Example: 96b82a9a-585d-4628-9e61-d5fe0b9317dd
    certId stringrequired
    Example: 0x1c736f96c2c92611

Header Parameters

    x-api-key string
    Example: {{_apiKeyDev}}

Responses

Successful response

Schema

    Authorization: http

    name: apikeyAuthtype: httpin: 
    import http.client

    conn = http.client.HTTPSConnection("public.api.mentaport.xyz")
    payload = ''
    headers = {
    'Accept': 'application/json'
    }
    conn.request("GET", "/prod/v1/certificates/status", payload, headers)
    res = conn.getresponse()
    data = res.read()
    print(data.decode("utf-8"))
    Request Collapse all
    Base URL
    https://public.api.mentaport.xyz/prod/v1
    Auth
    Parameters
    — queryrequired
    — queryrequired
    — header
    ResponseClear

    Click the Send API Request button above and see the response here!